.tabbarSpe {
    position: fixed;
    width: 10rem;
    height: 1.5rem;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #ccc4c4;
    /*box-shadow: 0px 0px 3px #333;*/
    z-index: 99;
}
.tabbarSpe li {
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.4rem;
    border-right: 1px solid #ecebeb;
    box-sizing: border-box;
}
.tabbarSpe li:last-child {
    border-right: none;
}
.tabbarSpe li img {
    display: inline-block;
    width: 0.7rem;
    vertical-align: middle;
    margin-right: 5px;
}